Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct pods dependency to allow Text to render #1

Merged
merged 1 commit into from
Mar 31, 2015
Merged

Correct pods dependency to allow Text to render #1

merged 1 commit into from
Mar 31, 2015

Conversation

mudetroit
Copy link
Contributor

The relevant change that fixes the issue is in the Podfile. Probably need to include some other libraries to support debugging and such.

@mudetroit mudetroit mentioned this pull request Mar 31, 2015
@andrewsardone
Copy link
Owner

Good catch, @mudetroit! So the issue is the Podfile did not properly include the RCTText subspec. I should have caught that – just read the damn podspec, Andrew! 😉

Thanks! Mergin’…

@@ -1,3 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'

pod 'React', :git => 'https://github.com/facebook/react-native'
pod 'React'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure we also needed to change sourcing the React CocoaPod, but that’s okay for now. Pulling the podspec directly from the repo was an attempt to fix the problem that this PR actually fixes. 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually originally left it there, but it was yelling at me. When I simplified it down to just React it worked 😕 ... end of the day seemed like working was an improvement

andrewsardone added a commit that referenced this pull request Mar 31, 2015
Correct pods dependency to allow Text to render
@andrewsardone andrewsardone merged commit 2e3dfb2 into andrewsardone:master Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants